home *** CD-ROM | disk | FTP | other *** search
/ MacFormat España 19 / macformat_19.iso / Rincón del lector / Reader's Contributions / HeadHunter™ / CYBERNET2.Dxr / 00039_men over.ls < prev    next >
Encoding:
Text File  |  1996-07-23  |  229 b   |  10 lines

  1. on mouseDown
  2.   puppetSound("6snd")
  3.   set variable to the castNum of sprite the clickOn
  4.   set variable to variable + 4
  5.   set the castNum of sprite the clickOn to variable
  6.   updateStage()
  7.   puppetSound("electric")
  8.   go(1, "v")
  9. end
  10.